home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9316 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: hubcap.clemson.edu!hubcap!mjs
  2. From: mjs@hubcap.clemson.edu (M. J. Saltzman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C library on computation of matrix determinants
  5. Date: 7 Mar 96 22:33:01 GMT
  6. Organization: Clemson University
  7. Message-ID: <mjs.826237981@hubcap>
  8. References: <wiedem01.4.000E6903@fsuni.rz.uni-passau.de> <4hnj79$dco@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: hubcap.clemson.edu
  10. X-Newsreader: NN version 6.5.0 #1
  11.  
  12. gstreuding@aol.com (GStreuding) writes:
  13.  
  14. >Try the text "Numerical Recipes in C" by Press, Vettering, Teukolsky and
  15. >Flannery,1992, Cambridge University Press. This book contains a wealth of
  16. >C source code for all kinds of numerical methods, including linear systems
  17. >and matrix operations. I have also seen some FTP sites that provide files
  18. >of the source code on this book.
  19.  
  20. I'm sure the authors would like to know where these sites are, as they
  21. are unauthorized.  (The old first-edition Pascal code is freely
  22. distributed, but I wouldn't recommend it.  It's pretty buggy, from
  23. what I hear.)
  24.  
  25. The only authorized NR site is http://nr.harvard.edu/numerical-recipes/.
  26. It does not provide the code for free, although it does contain viewable
  27. copies of the books.
  28.  
  29. On the other hand, there are good free linear algebra libraries (some
  30. at least as good as NR) at Netlib (www.netlib.org), GAMS
  31. (gams.nist.gov), or on Ajay Shah's list (posted recently to this
  32. group).
  33. -- 
  34.         Matthew Saltzman
  35.         Clemson University Math Sciences
  36.         mjs@clemson.edu
  37.